home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / comm / misc / DragonDaemon.lha / DragonDaemon-Install / Entwickler / ARexx-Demos / Request.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1999-05-08  |  157 b   |  10 lines

  1. /* Abfrage-Requester erzeugen */
  2.  
  3. options results
  4.  
  5. Address "DragonDaemon"
  6.  
  7. DD_REQUEST "Dies ist eine Abfrage|   mit zwei Button!"
  8. say "Antwort war:" result
  9.  
  10.